PDFPushButtonIconLayout Enumeration
In This Topic
Supported layouts for displaying the icon on a pushbutton.
Members
| Member | Description |
| ICON_BOTTOM | The caption is displayed above the icon. |
| ICON_LEFT | The icon is displayed to the left of the caption. |
| ICON_ONLY | Only the icon is displayed, the caption is not displayed. |
| ICON_OVERLAY | The caption is overlaid directly on the icon. |
| ICON_RIGHT | The icon is displayed to the right of the caption. |
| ICON_TOP | The caption is displayed below the icon. |
| NO_ICON | The icon is not displayed, only the caption is displayed. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.o2sol.pdf4java.forms.PDFPushButtonIconLayout
See Also